var testing.count

5 uses

	testing (current package)
		benchmark.go#L724: 		for j := uint(0); j < *count; j++ {
		fuzz.go#L489: 		for i := uint(0); i < *count; i++ {
		testing.go#L455: 	count = flag.Uint("test.count", 1, "run tests and benchmarks `n` times")
		testing.go#L487: 	count                *uint
		testing.go#L2251: 		for i := uint(0); i < *count; i++ {